module Hydrocraft
{
    imports
    {
        Base

    }

/************************ITEMS************************/

item HCPotofpotatomash
	{
	HungerChange			=	-20,
	Weight				=	0.3,
	Type				=	Food,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	MinutesToCook			=	120,
	MinutesToBurn			=	140,
	DaysFresh			=	1,	
	DaysTotallyRotten		=	3,
	Icon				=	PotFull,
	ReplaceOnCooked			=	Hydrocraft.HCPotofpotatomashcooked,
	ReplaceOnUse			=	Pot, 
	DisplayName			=	Pot of Potato Mash,
	FoodType    			=   	Vegetables,
	Carbohydrates 			= 	51,
        Proteins 			= 	6.3,
        Lipids 				= 	0.3,
        Calories 			= 	231,
	DisplayCategory          =   FoodP,
}

item HCPotofpotatomashcooked
	{
	HungerChange			=	-20,
	Weight				=	0.3,
	Type				=	Food,
	DaysFresh			=	1,	
	DaysTotallyRotten		=	3,
	DisplayName			=	Pot of Heated Potato Mash,
	Icon				=	PotFull,
	ReplaceOnUse			=	Pot,
	FoodType    			=   	Vegetables,
	Carbohydrates 			= 	51,
        Proteins 			= 	6.3,
        Lipids 				= 	0.3,
        Calories 			= 	231, 	
	DisplayCategory          =   FoodP,
}

item HCBarrelpotato
	{
        Weight    		= 20,
	Type 			= Normal,
        DisplayName         	= Barrel of Potato Mash,
        ReplaceOnDeplete        = Hydrocraft.HCWoodenbarrel,
        icon 			= HCWinebarrel,
	DisplayCategory          =   CraftDist,
	}

item HCBarrelLemon
	{
    Weight    		= 20,
	Type 			= Normal,
    DisplayName         	= Barrel of Lemon Mash,
    ReplaceOnDeplete        = Hydrocraft.HCWoodenbarrel,
    icon 			= HCWinebarrel,
	DisplayCategory          =   CraftDist,
	}

item HCBarrelLemonFermented
	{
    Weight    		= 20,
	Type 			= Normal,
    DisplayName         	= Barrel of fermented Lemon,
    ReplaceOnDeplete        = Hydrocraft.HCWoodenbarrel,
    icon 			= HCWinebarrel,
	DisplayCategory          =   CraftDist,
	}




item HCDistillery
	{
        Weight    		= 20,
        Type    		= Normal,
        DisplayName         	= Distillery,
        icon 			= HCDistillery,
	DisplayCategory          =   CraftDist,
	}


item HCDistillery2
	{
        Weight              = 1000,
        Type                = Container,
        Capacity            = 100,
        WeightReduction     = 0,
        DisplayName         = Distillery,
        icon 				= HCDistillery,
	DisplayCategory          =   CraftDist,

	}


item HCCoppercooler
    {
        Weight 			= 	1.25,
        Type 			= 	Normal,
        DisplayName 		= 	Copper Cooler,
        Icon 			= 	HCCoppercooler,
	DisplayCategory          =   CraftDist,
    }

item HCCoppermashpot
    {
        Weight 			= 	1.25,
        Type 			= 	Normal,
        DisplayName 		= 	Copper Mashpot,
        Icon 			= 	HCCoppermashpot,
	DisplayCategory          =   CraftDist,
    }

item HCVodka
	{
	HungerChange	        =	-20,
	Weight	        	=	1.4,
	Type	        	=	Food,
	ThirstChange		=	-20,
	DisplayName		=	Vodka,
	Alcoholic		=	TRUE,
        UnhappyChange		=	-10,
	ReplaceOnUse		=	WhiskeyEmpty,
	Icon	        	=	Whiskey_Water_Full,
	CustomContextMenu 	= 	Drink,
	CustomEatSound    	= 	DrinkingFromBottle,
	AlcoholPower      	= 	2,
	FoodType    		=   	NoExplicit,
	Carbohydrates 		= 	0,
        Proteins 		= 	0,
        Lipids 			= 	0,
        Calories 		= 	2310,
        CantBeFrozen 		= 	TRUE,
	DisplayCategory          =   FoodB,
	}

item HCMethanol
	{
	Weight	        	=	1.4,
	Type	        	=	Drainable,
	UseDelta	        = 	0.25,
	DisplayName			=	Methanol,
	ReplaceOnDeplete	=	WhiskeyEmpty,
	Icon	        	=	HCMethanol,
	DisplayCategory          =   CraftDist,
	}


item HCAgavebluecut
	{
	Weight	        	=	10,
	Type	        	=	Normal,
	DisplayName		=	Cut Blue Agave,
	Icon	        	=	HCAgavebluecut,
	DisplayCategory          =   CraftDist,
	}

item HCPotofblueagavemash
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	MinutesToCook			=	120,
	MinutesToBurn			=	180,
	DaysFresh			=	10,	
	DaysTotallyRotten		=	20,
	Icon				=	PotFull,
	ReplaceOnCooked			=	Hydrocraft.HCPotofblueagavemashcooked,
	ReplaceOnUse			=	Pot, 
	DisplayName			=	Pot of Blue Agave Mash,
	DisplayCategory          =   FoodP,
	}

item HCPotofblueagavemashcooked
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	DaysFresh			=	1,	
	DaysTotallyRotten		=	1,
	DisplayName			=	Pot of Cooked Blue Agave Mash,
	Icon				=	PotFull,
	ReplaceOnUse			=	Pot, 	
	DisplayCategory          =   FoodP,
	}

item HCBarrelblueagave
	{
        Weight    			= 	20,
	Type 				= 	Normal,
        DisplayName         		= 	Barrel of Blue Agave Mash,
        ReplaceOnDeplete        	= 	Hydrocraft.HCWoodenbarrel,
        icon 				= 	HCWinebarrel,
	DisplayCategory          =   CraftDist,
	}

item HCPotofapplemash
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	MinutesToCook			=	120,
	MinutesToBurn			=	180,
	DaysFresh			=	10,	
	DaysTotallyRotten		=	20,
	Icon				=	PotFull,
	ReplaceOnCooked			=	Hydrocraft.HCPotofapplemashcooked,
	ReplaceOnUse			=	Pot, 
	DisplayName			=	Pot of Apple Mash,
	DisplayCategory          =   FoodP,
	}

item HCPotofapplemashcooked
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	DaysFresh			=	1,	
	DaysTotallyRotten		=	1,
	DisplayName			=	Pot of Cooked Apple Mash,
	Icon				=	PotFull,
	ReplaceOnUse			=	Pot, 	
	DisplayCategory          =   FoodP,
	}

item HCBarrelapple
	{
        Weight    			= 	20,
	Type 				= 	Normal,
        DisplayName         		= 	Barrel of Apple Mash,
        ReplaceOnDeplete        	= 	Hydrocraft.HCWoodenbarrel,
        icon 				= 	HCWinebarrel,
	DisplayCategory          =   CraftDist,
	}

item HCPotofpeachmash
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	MinutesToCook			=	120,
	MinutesToBurn			=	180,
	DaysFresh			=	10,	
	DaysTotallyRotten		=	20,
	Icon				=	PotFull,
	ReplaceOnCooked			=	Hydrocraft.HCPotofpeachmashcooked,
	ReplaceOnUse			=	Pot, 
	DisplayName			=	Pot of Peach Mash,
	DisplayCategory          =   FoodP,
	}

item HCPotofpeachmashcooked
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	DaysFresh			=	1,	
	DaysTotallyRotten		=	1,
	DisplayName			=	Pot of Cooked Peach Mash,
	Icon				=	PotFull,
	ReplaceOnUse			=	Pot, 	
	DisplayCategory          =   FoodP,
	}

item HCBarrelpeach
	{
        Weight    			= 	20,
	Type 				= 	Normal,
        DisplayName         		= 	Barrel of Peach Mash,
        ReplaceOnDeplete        	= 	Hydrocraft.HCWoodenbarrel,
        icon 				= 	HCWinebarrel,
	DisplayCategory          =   CraftDist,
	}

item HCPotofpumpkinmash
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	MinutesToCook			=	120,
	MinutesToBurn			=	180,
	DaysFresh			=	10,	
	DaysTotallyRotten		=	20,
	Icon				=	PotFull,
	ReplaceOnCooked			=	Hydrocraft.HCPotofpumpkinmashcooked,
	ReplaceOnUse			=	Pot, 
	DisplayName			=	Pot of Pumpkin Mash,
	DisplayCategory          =   FoodP,
	}

item HCPotofpumpkinmashcooked
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	DaysFresh			=	1,	
	DaysTotallyRotten		=	1,
	DisplayName			=	Pot of Cooked Pumpkin Mash,
	Icon				=	PotFull,
	ReplaceOnUse			=	Pot, 	
	DisplayCategory          =   FoodP,
	}

item HCBarrelpumpkin
	{
        Weight    			= 	20,
	Type 				= 	Normal,
        DisplayName         		= 	Barrel of Pumpkin Mash,
        ReplaceOnDeplete        	= 	Hydrocraft.HCWoodenbarrel,
        icon 				= 	HCWinebarrel,
	DisplayCategory          =   CraftDist,
	}

item HCPotofjunipermash
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	MinutesToCook			=	120,
	MinutesToBurn			=	180,
	DaysFresh			=	10,	
	DaysTotallyRotten		=	20,
	Icon				=	PotFull,
	ReplaceOnCooked			=	Hydrocraft.HCPotofjunipermashcooked,
	ReplaceOnUse			=	Pot, 
	DisplayName			=	Pot of Juniper Berry Mash,
	DisplayCategory          =   FoodP,
	}


item HCPotofjunipermashcooked
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	DaysFresh			=	1,	
	DaysTotallyRotten		=	1,
	DisplayName			=	Pot of Heated Juniper Berry Mash,
	Icon				=	PotFull,
	ReplaceOnUse			=	Pot,
	DisplayCategory          =   FoodP,
	}

item HCBarreljuniper
	{
        Weight    		= 20,
	Type 			= Normal,
        DisplayName         	= Barrel of Juniper Berry Mash,
        ReplaceOnDeplete        = Hydrocraft.HCWoodenbarrel,
        icon 			= HCWinebarrel,
	DisplayCategory          =   CraftDist,
	}

item HCPotofflourmash
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	MinutesToCook			=	120,
	MinutesToBurn			=	180,
	DaysFresh			=	10,	
	DaysTotallyRotten		=	20,
	Icon				=	PotFull,
	ReplaceOnCooked			=	Hydrocraft.HCPotofflourmashcooked,
	ReplaceOnUse			=	Pot, 
	DisplayName			=	Pot of Flour Mash,
	DisplayCategory          =   FoodP,
	}


item HCPotofflourmashcooked
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	DaysFresh			=	1,	
	DaysTotallyRotten		=	1,
	DisplayName			=	Pot of Heated Flour Mash,
	Icon				=	PotFull,
	ReplaceOnUse			=	Pot,
	DisplayCategory          =   FoodP,
	}

item HCBarrelflour
	{
        Weight    		= 20,
	Type 			= Normal,
        DisplayName         	= Barrel of Flour Mash,
        ReplaceOnDeplete        = Hydrocraft.HCWoodenbarrel,
        icon 			= HCWinebarrel,
	DisplayCategory          =   CraftDist,
	
	}

item HCPotofcornmash
	{
	HungerChange			=	-30,
	Weight				=	0.3,
	Type				=	Food,
	IsCookable			=	TRUE,
	DangerousUncooked		=	TRUE,
	MinutesToCook			=	120,
	MinutesToBurn			=	180,
	DaysFresh			=	10,	
	DaysTotallyRotten		=	20,
	Icon				=	PotFull,
	ReplaceOnCooked			=	Hydrocraft.HCPotofcornmashcooked,
	ReplaceOnUse			=	Pot, 
	DisplayName			=	Pot of Corn Mash,
	DisplayCategory          =   FoodP,
	}


item HCPotofcornmashcooked
	{
	HungerChange		=	-30,
	Weight				=	0.3,
	Type				=	Food,
	DaysFresh			=	1,	
	DaysTotallyRotten	=	1,
	DisplayName			=	Pot of Heated Corn Mash,
	Icon				=	PotFull,
	ReplaceOnUse		=	Pot,
	DisplayCategory		=	FoodP,
	}

item HCBarrelcorn
	{
	Weight				=	20,
	Type				=	Normal,
	DisplayName			=	Barrel of Corn Mash,
	ReplaceOnDeplete	=	Hydrocraft.HCWoodenbarrel,
	icon				=	HCWinebarrel,
	DisplayCategory		=	CraftDist,
	}






/************************RECIPES************************/	

recipe Make Copper Cooler
	{
		HCCopperpipe,
		HCWeldingset,
		keep [Recipe.GetItemTypes.WeldingMask],
		keep [Recipe.GetItemTypes.LeatherGloves]/HCOvenmitts,
    		keep [Recipe.GetItemTypes.Hammer],
		keep HCPipebender,
		Result:HCCoppercooler,
		NeedToBeLearn:true,
		Time:500.0,
		Category:Engineer,
    		OnGiveXP:Recipe.OnGiveXP.None,
	}

recipe Make Copper Mashpot
	{
		Pot,
		HCCopperingot,
		HCWeldingset,
		keep [Recipe.GetItemTypes.WeldingMask],
		keep [Recipe.GetItemTypes.LeatherGloves]/HCOvenmitts,
		Result:HCCoppermashpot,
		NeedToBeLearn:true,
		Time:500.0,
		Category:Engineer,
    		OnGiveXP:Recipe.OnGiveXP.None,
	}

recipe Build Distillery
	{
		Kettle,
		HCCoppermashpot,
		HCWoodenbucket,
		HCWoodenbarrel,
		HCCopperpipe=2,
		HCCoppercooler,
		Plank=6,
		Nails=4,
		HCWeldingset,
		keep [Recipe.GetItemTypes.WeldingMask],
		keep [Recipe.GetItemTypes.LeatherGloves]/HCOvenmitts,
    		keep [Recipe.GetItemTypes.Hammer],
		keep [Recipe.GetItemTypes.Saw],
		keep HCPipebender,
    		CanBeDoneFromFloor:true,
		Result:HCDistillery,
		SkillRequired:Woodwork=6,
    		Sound:PZ_Hammer,
		NeedToBeLearn:true,
		Time:1000.0,
		Category:Engineer,
    		OnGiveXP:Recipe.OnGiveXP.None,
	}


recipe Anchor Distillery
    {
    HCDistillery,
    CanBeDoneFromFloor:true,
    Result:HCDistillery2,
    Time:100,
    Category:Anchor,
    }


recipe Prepare Pot of Potato Mash
	{
       		SkillRequired:Cooking=3,
		keep HCPotatomasher,
		destroy Pot,
		Potato=10,
                Water=5,
                Yeast=1,
		Result:HCPotofpotatomash,
		Time:100.0,
		Category:Cooking,
    		OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Prepare Pot of Potato Mash
	{
       		SkillRequired:Cooking=3,
		keep HCPotatomasher,
		destroy Pot,
		HCPotatogolden=10,
                Water=5,
                Yeast=1,
		Result:HCPotofpotatomash,
		Time:100.0,
		Category:Cooking,
    		OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Distill Bottle of Vodka
	{
       	SkillRequired:Cooking=5,
	HCBarrelpotato,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:HCVodka=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Fill Barrel with Potato Mash
        {
       	SkillRequired:Cooking=5,
	HCWoodenbarrel,
	HCPotofpotatomashcooked=3,
   	Result:HCBarrelpotato,
    	Time:50,
	Category:Cooking,
    	OnCreate:recipe_hcpotatopot3,
    	OnGiveXP:HCCooking_OnGiveXP,
        }



recipe Fill Barrel with Lemon Mash
    {
    SkillRequired:Cooking=4,
	HCWoodenbarrel,
	Yeast=2,
	keep HCPotatomasher,
	keep Pot,
	HCSlicedlemon=200,
   	Result:HCBarrelLemon,
    Time:200,
	Category:Cooking,
    OnGiveXP:HCCooking_OnGiveXP,
    }


recipe Distill Methanol
	{
       	SkillRequired:Cooking=5,
		HCBarrelLemonFermented,
		WhiskeyEmpty=5,
		Charcoal,
		[Recipe.GetItemTypes.StartFire],
		keep HCDistillery2,
    	CanBeDoneFromFloor:true,
		Result:HCWoodenbarrel,
		Time:100.0,
		Category:Chemistry,
		OnCreate:recipe_getMethanol,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Prepare Pot of Blue Agave Mash
	{
       	SkillRequired:Cooking=3,
	keep HCPotatomasher,
	destroy Pot,
	HCAgavebluecut,
        Water=5,
        Yeast=1,
	Result:HCPotofblueagavemash,
	Time:100.0,
	Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Fill Barrel with Blue Agave Mash
        {
       	SkillRequired:Cooking=5,
	HCWoodenbarrel,
	HCPotofblueagavemashcooked=3,
   	Result:HCBarrelblueagave,
    	Time:50,
	Category:Cooking,
    	OnCreate:recipe_hcpotatopot3,
    	OnGiveXP:HCCooking_OnGiveXP,
        }

recipe Distill Bottle of Tequila
	{
       	SkillRequired:Cooking=6,
	HCBarrelblueagave,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:HCTequila=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Distill Bottle of Mezcal
	{
       	SkillRequired:Cooking=6,
	HCBarrelblueagave,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
	Worm=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:HCMezcal=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Prepare Pot of Apple Mash
	{
       	SkillRequired:Cooking=3,
	keep HCPotatomasher,
	destroy Pot,
	Apple=10,
        Water=5,
        Yeast=1,
	Result:HCPotofapplemash,
	Time:100.0,
	Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Fill Barrel with Apple Mash
        {
       	SkillRequired:Cooking=5,
	HCWoodenbarrel,
	HCPotofapplemashcooked=3,
   	Result:HCBarrelapple,
    	Time:50,
	Category:Cooking,
    	OnCreate:recipe_hcpotatopot3,
    	OnGiveXP:HCCooking_OnGiveXP,
        }

recipe Distill Bottle of Applejack
	{
       	SkillRequired:Cooking=6,
	HCBarrelapple,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:HCApplejack=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Prepare Pot of Peach Mash
	{
       	SkillRequired:Cooking=3,
	keep HCPotatomasher,
	destroy Pot,
	Peach=10,
        Water=5,
        Yeast=1,
	Result:HCPotofpeachmash,
	Time:100.0,
	Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Fill Barrel with Peach Mash
        {
       	SkillRequired:Cooking=5,
	HCWoodenbarrel,
	HCPotofpeachmashcooked=3,
   	Result:HCBarrelpeach,
    	Time:50,
	Category:Cooking,
    	OnCreate:recipe_hcpotatopot3,
    	OnGiveXP:HCCooking_OnGiveXP,
        }

recipe Distill Bottle of Peach Schnapps
	{
       	SkillRequired:Cooking=6,
	HCBarrelpeach,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:HCPeachschnapps=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Prepare Pot of Pumpkin Mash
	{
       	SkillRequired:Cooking=3,
	keep HCPotatomasher,
	destroy Pot,
	HCPumpkinflesh=10,
        Water=5,
        Yeast=1,
	Result:HCPotofpumpkinmash,
	Time:100.0,
	Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Fill Barrel with Pumpkin Mash
        {
       	SkillRequired:Cooking=5,
	HCWoodenbarrel,
	HCPotofpumpkinmashcooked=3,
   	Result:HCBarrelpumpkin,
    	Time:50,
	Category:Cooking,
    	OnCreate:recipe_hcpotatopot3,
    	OnGiveXP:HCCooking_OnGiveXP,
        }

recipe Distill Bottle of Flip
	{
       	SkillRequired:Cooking=6,
	HCBarrelpumpkin,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:HCFlip=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Prepare Pot of Juniper Berry Mash
	{
       	SkillRequired:Cooking=3,
	keep HCPotatomasher,
	destroy Pot,
	HCJuniperberry=20,
        Water=5,
        Yeast=1,
	Result:HCPotofjunipermash,
	Time:100.0,
	Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Fill Barrel with Juniper Berry Mash
        {
       	SkillRequired:Cooking=5,
	HCWoodenbarrel,
	HCPotofjunipermashcooked=3,
   	Result:HCBarreljuniper,
    	Time:50,
	Category:Cooking,
    	OnCreate:recipe_hcpotatopot3,
    	OnGiveXP:HCCooking_OnGiveXP,
        }

recipe Distill Bottle of Gin
	{
       	SkillRequired:Cooking=6,
	HCBarreljuniper,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:HCGin3=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Prepare Pot of Flour Mash
	{
       	SkillRequired:Cooking=3,
	keep HCPotatomasher,
	destroy Pot,
	Flour=20,
        Water=5,
        Yeast=1,
	Result:HCPotofflourmash,
	Time:100.0,
	Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Fill Barrel with Flour Mash
        {
       	SkillRequired:Cooking=5,
	HCWoodenbarrel,
	HCPotofflourmashcooked=3,
   	Result:HCBarrelflour,
    	Time:50,
	Category:Cooking,
    	OnCreate:recipe_hcpotatopot3,
    	OnGiveXP:HCCooking_OnGiveXP,
        }

recipe Distill Bottle of Whiskey
	{
       	SkillRequired:Cooking=6,
	HCBarrelflour,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:WhiskeyFull=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Prepare Pot of Corn Mash
	{
       	SkillRequired:Cooking=3,
	keep HCPotatomasher,
	destroy Pot,
	Cornflour=20,
        Water=5,
        Yeast=1,
	Result:HCPotofcornmash,
	Time:100.0,
	Category:Cooking,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

recipe Fill Barrel with Corn Mash
        {
       	SkillRequired:Cooking=5,
	HCWoodenbarrel,
	HCPotofcornmashcooked=3,
   	Result:HCBarrelcorn,
    	Time:50,
	Category:Cooking,
    	OnCreate:recipe_hcpotatopot3,
    	OnGiveXP:HCCooking_OnGiveXP,
        }

recipe Distill Bottle of Corn Whiskey
	{
       	SkillRequired:Cooking=6,
	HCBarrelcorn,
	Charcoal,
	[Recipe.GetItemTypes.StartFire],
	WhiskeyEmpty=20,
        Water=60,
	keep HCDistillery2,
    	CanBeDoneFromFloor:true,
	Result:HCWhiskeycorn=20,
	Time:5000.0,
	Category:Cooking,
    	OnCreate:recipe_hcwoodenbarrel,
    	OnGiveXP:HCCooking_OnGiveXP,
	}

}